﻿body {
    margin: 0px;
    padding: 0px;
    font-family: Microsoft YaHei;
    font-size: 13px;
    color: #818181;
}

a, img {
    border: none;
}

    a:link {
        text-decoration: none;
        border: none;
        color: #818181;
    }

    a:visited {
        text-decoration: none;
        color: #818181;
    }

    a:hover {
        color: #d9251c;
    }

    a:active {
        text-decoration: none;
    }

    a:focus {
        outline: none;
    }

ul, li, dl, dt, dd, p, br, h1, h2, h3, h4, span, a {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

input, select, textarea {
    outline: medium none;
    padding: 5px 8px;
    font-family: 微软雅黑;
}

.empty {
    clear: both;
}
/**头部**/
.head {
    width: 100%;
    background: url(../images/top_by.jpg);
}


.head_top dl dt {
    float: left;
    width: 500px;
}

.top {
    height: 40px;
    background-color: #2e2e2e;
    width: 1000px;
    margin: 0 auto;
    line-height: 39px;
    font-size: 12px;
    color: #818181;
}

.top_list {
    text-align: right;
}

    .top_list ul {
        float: right;
    }

    .top_list li {
        float: left;
        margin-left: 20px;
    }

.topiclist {
    width: 1000px;
    margin: 0 auto;
    height: 100px;
}

    .topiclist dl {
        float: left;
        height: 100px;
    }

#nav {
    margin: 35px auto 0 auto;
    width: 727px;
    height: 20px;
}

    #nav .mainlevel {
        float: left;
        border-right: 1px dashed #d8d8d8;
        width: 120px;
        text-align: center;
    }

        #nav .mainlevel a {
            text-decoration: none;
            line-height: 20px;
            display: block;
            width: 120px;
            font-size: 16px;
        }

        #nav .mainlevel ul li a {
            padding-bottom: 10px;
            padding-top: 10px;
            font-size: 15px;
        }

        #nav .mainlevel a:hover, #nav .mainlevel a.cur {
            color: #d9251c;
            text-decoration: none;
            width: 120px;
        }

        #nav .mainlevel ul {
            display: none;
            position: absolute;
            z-index: 1000;
        }

        #nav .mainlevel li {
            border-top: 1px solid #fff;
            background: #d8d8d8;
            width: 120px; /*IE6 only*/
        }

#current {
    color: #d9251c;
}

/**幻灯片**/
#full-screen-slider {
    width: 100%;
    height: 524px;
    float: left;
    position: relative;
}

#slides {
    display: block;
    width: 100%;
    height: 524px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

    #slides li {
        display: block;
        width: 100%;
        height: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
    }

        #slides li a {
            display: block;
            width: 100%;
            height: 100%;
            text-indent: -9999px;
        }

#pagination {
    display: block;
    list-style: none;
    position: absolute;
    right: 50%;
    top: 480px;
    z-index: 9900;
    padding: 5px 10px 5px 0;
    margin: 0;
}

    #pagination li {
        display: block;
        list-style: none;
        width: 13px;
        height: 13px;
        float: left;
        margin-left: 15px;
        border-radius: 7px;
        background: #ddd;
        cursor: pointer;
    }

        #pagination li a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 0;
            margin: 0;
            text-indent: -9999px;
            cursor: pointer;
        }

        #pagination li.current {
            background: #f38504;
        }

.shop {
    width: 1000px;
    margin: 0px auto;
}

    .shop dl {
        float: left;
    }


.Catalog {
    z-index: 1000;
    width: 240px;
    position: relative;
    top: -100px;
    background-color: #c9151e;
    height: 402px;
    color: #feffff;
}

.Catalog_title {
    padding-left: 40px;
    height: 65px;
    border-bottom: 1px solid #a20d0f;
}

.Catalog .Catalog_title h2 {
    margin-top: 35px;
    font-size: 21px;
    font-weight: 500;
}

.Catalog .Catalog_title h3 {
    margin-top: 5px;
    font-size: 11px;
    font-weight: 100;
}

.Catalog_nav li {
    padding-left: 40px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #a20d0f;
}

    .Catalog_nav li span {
        padding: 0px 4px 0px 4px;
        color: #a20d0f;
        background-color: #feffff;
        margin-right: 20px;
    }

    .Catalog_nav li a {
        font-size: 15px;
        color: #feffff;
    }

.about {
    width: 1000px;
    margin: 0 auto;
    height: 480px;
}

.about_nr {
    position: relative;
    width: 240px;
    top: -454px;
}

.about_title {
    background-color: #c9151e;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 19px;
    color: #feffff;
    width: 240px;
}

.about_info {
    background-color: rgba(15, 73, 154, 0.92);
    height: 387px;
    padding: 30px 20px 30px 20px;
    font-size: 14px;
    color: #feffff;
    line-height: 25px;
}

    .about_info p {
        height: 350px;
    }

    .about_info a {
        font-size: 13px;
        padding: 8px 10px 8px 10px;
        background-color: #feffff;
    }

.about_link {
    width: 1003px;
    text-align: right;
    position: relative;
    top: -47px;
}
.recruitmentlist_co dl {
    margin-top:10px;
    line-height:38px;
    font-size:16px;
height:38px;
width:100%;background:#e5e5e5;
}
    .recruitmentlist_co dl dt {
    float:left;
   width:16%;
   padding-left:20px;
   

    }
    .recruitmentlist_co dl dd {
    font-weight:bold;
    font-size:20px;
    text-align:center;
    }
        .recruitmentlist_co dl dd a {
        }

.recruitment_ti  {
    
    color:#fff;
}
.recruitment_title{
    margin-top:20px;


}
    .recruitment_title h2 {
    font-size:18px;
  color:#2e2e2e;
    }
        .recruitment_title h2 span {
        float:right;
        margin-right:30px;
        color:#d9251c;
        }
    .recruitment_title ul {
    margin-top:10px;
    }
    .recruitment_title ul li {
        margin-top:10px;
    width:30%;
    float:left;
    margin-right:10px;
    font-size:14px;
    }
        .recruitment_title ul li span {
        color:#2e2e2e;
        }
.recruitment_tel {
font-size:15px;
margin-top:10px;
padding-bottom:10px;
border-bottom:1px solid #d3d3d3;
}
    .recruitment_tel span {
    font-size:18px;font-weight:bold;
    font-style:italic;
    color:#d9251c;
    }
.recruitment_gd {

padding-top:10px;
margin-top:10px;
}
    .recruitment_gd h2 {border-left:3px solid #0055a5;padding-left:5px;
    font-size:18px;
    color:#d9251c;
    }
      
    .recruitment_gd ul li {
        margin-top:10px;
   height:80px;
   border:1px solid #d3d3d3;
    }
.recruitment_zw  dl {
    float:left;
    line-height:25px;
   padding-left:5px;
   padding-top:2px;
}
.zw_ti {
color:#2e2e2e;
font-size:15px;
font-weight:bold;
}  .zw_ti:hover {
        color:#d9251c;
        }
.zw_sj {
color:#d3d3d3;
font-size:12px;
}
.zw_zy {
font-size:13px;
}
.link {
width:100px;
}
.zw_dy {
    font-size: 16px;
    color:#d9251c;
    font-weight:bold;
    line-height:80px;
margin-right:30px;}
.case {
    
    width: 1000px;
    margin: 0 auto;
}

.case_title {
    text-align: center;
}

    .case_title h2 {
        font-weight: 100;
        color: #063774;
        font-size: 27px;
    }

    .case_title h3 {
        font-weight: 100;
        font-size: 13px;
    }

.case_list {
    margin-top: 40px;
    width: 1000px;
    height: 120px;
    border: 1px solid #dbdbdb;
    background: url(../images/list_bj.jpg)no-repeat;
}

    .case_list ul {
        margin-top: 20px;
    }

        .case_list ul li {
            width: 333px;
            float: left;
        }

            .case_list ul li i {
                background: url(../images/lb.jpg) center no-repeat;
                padding-right: 30PX;
                line-height: 30PX;
            }

            .case_list ul li a {
                font-size: 14px;
                color: #2e2e2e;
            }

                .case_list ul li a:hover {
                    color: #d9251c;
                }

.index_nav {
    width: 1000px;
    margin: 60px auto;
}

    .index_nav dl {
        float: left;
        width: 180px;
        text-align: center;
        border-left: 1px dashed #dbdbdb;
    }

.navs h2 {
    font-size: 16px;
    font-weight: 100;
}

.navs h3 {
    font-size: 0.1em;
    font-weight: 100;
    color: #dbdbdb;
}

.nav_zz dt i {
    background: url(../images/tbs.jpg);
    background-repeat: no-repeat;
    margin-left: 8px;
    height: 50px;
    width: 55px;
    display: inline-block;
}

.nav_fw dt i {
    background: url(../images/tbs.jpg);
    background-repeat: no-repeat;
    background-position: -58px center;
    margin-left: 8px;
    height: 50px;
    width: 41px;
    display: inline-block;
}

.nav_ly dt i {
    background: url(../images/tbs.jpg);
    background-repeat: no-repeat;
    background-position: -100px center;
    margin-left: 8px;
    height: 50px;
    width: 35px;
    display: inline-block;
}

.nav_lx dt i {
    background: url(../images/tbs.jpg);
    background-repeat: no-repeat;
    background-position: -135px center;
    margin-left: 8px;
    height: 50px;
    width: 35px;
    display: inline-block;
}

.nav_tel {
    line-height: 29px;
    padding-top: 10px;
    padding-left: 40px;
    height: 80px;
    background: url(../images/dt.jpg) right no-repeat;
}
/**底部**/
.bottom {
    width: 100%;
    background-color: #181818;
    margin-top: 50px;
}

.foot {
    width: 1000px;
    margin: 0px auto;
    padding-top: 40px;
}

    .foot dl {
        height: 260px;
        width: 180px;
        border-left: 1px solid #000000;
        text-align: center;
        font-size: 13px;
        line-height: 30px;
        float: left;
    }

        .foot dl dt h2 {
            font-size: 13px;
            font-weight: 100;
            color: #c4c4c4;
            padding-bottom: 20px;
        }

.fot {
    width: 1000px;
    margin: 0px auto;
    border-top: 1px solid #000000;
    margin-top: 40px;
    padding-top: 10px;
    line-height: 30px;
    font-size: 13px;
    text-align: center;
}

/***about***/
.ban, .ban img {
    width: 100%;
}

.navigation {
    width: 980px;
    margin: 20px auto;
    padding-left: 20px;
    background: url(../images/dh.jpg) left no-repeat;
    font-size: 12px;
}

.content {
    width: 1000PX;
    margin: 20px auto;
}

.left {
    float: left;
    width: 168px;
    border: 1px solid #d3d3d3;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

    .left hr {
        height: 2px;
        border: none;
        background-color: #d3d3d3;
    }

    .left dt h2 {
        margin-top: 20px;
        border-left: 4px solid #0b245d;
        padding-left: 15px;
        font-size: 18px;
        font-weight: 100;
        background: url(../images/lb_xl.jpg) right no-repeat;
        color: #1c1c1c;
    }

    .left dt a {
        font-size: 13px;
    }

    .left dt {
        background: url(../images/lb_img.jpg) right no-repeat;
        border-bottom: 1px solid #d3d3d3;
        height: 30px;
        line-height: 30px;
    }

.right {
    margin-left: 20px;
    float: left;
    width: 780px;
}

.class_name {
    font-size: 18px;
    color: #1355d6;
    height: 61px;
    line-height: 61px;
    background: url(../images/ti.jpg)bottom no-repeat;
}

.right_news {
    padding-top: 20px;
}

.right_productlist {
    width: 800px;
    margin-top: 20px;
}

    .right_productlist dt {
        text-align: center;
        width: 235px;
        font-size: 13px;
        float: left;
        padding-right: 30px;
        margin-bottom: 20px;
    }

        .right_productlist dt a {
            color: #2e2e2e;
        }

            .right_productlist dt a:hover {
                color: #d9251c;
            }

        .right_productlist dt p {
            padding-top: 20px;
        }

.main_img {
    height: 230px;
    width: 240px;
    overflow: hidden;
    position: relative;
    border: 1px solid #d3d3d3;
    padding: 2px;
}

    .main_img img {
        height: 230px;
        width: 240px;
        overflow-x: hidden;
        overflow-y: hidden;
        position: relative;
        z-index: 1;
        transition-delay: 0s;
        transition-duration: 1s;
        transition-property: all;
        transition-timing-function: ease;
        /* Firefox 4 */
        -moz-transition-delay: 0s;
        -moz-transition-duration: 1s;
        -moz-transition-property: all;
        -moz-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -webkit-transition-delay: 0s;
        -webkit-transition-duration: 1s;
        -webkit-transition-property: all;
        -webkit-transition-timing-function: ease;
        /* Opera */
        -o-transition-delay: 0s;
        -o-transition-duration: 1s;
        -o-transition-property: all;
        -o-transition-timing-function: ease;
    }

    .main_img:hover img {
        transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2); /* IE 9 */
        -moz-transform: scale(1.2, 1.2); /* Firefox */
        -webkit-transform: scale(1.2, 1.2); /* Safari 和 Chrome */
        -o-transform: scale(1.2, 1.2); /* Opera */
    }

.paging {
    text-align: center;
    margin-top: 10px;
}

    .paging .nolink, .paging a {
        font-size: 13px;
        font-weight: bold;
        color: #666666;
        padding: 2px 10px 2px 10px;
        background-color: #f1f1f1;
        margin-left: 5px;
    }

    .paging font {
        margin-left: 5px;
        padding: 2px 10px 2px 10px;
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        background-color: #0055a5;
    }

    .paging a:hover {
        color: #fff;
        background-color: #0055a5;
    }

.product {
    margin-top: 30px;
}

.product_jj dt {
    float: left;
}

    .product_jj dt img {
        width: 366px;
        height: 355px;
        padding: 2px;
        border: 1px solid #d3d3d3;
    }

.jj {
    margin-top: 20px;
    margin-left: 30px;
}

    .jj h2 {
        font-size: 18px;
        font-weight: 100;
        color: #2c4892;
    }

    .jj .cpjj {
        margin-top: 20px;
        width: 360px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #828282;
    }

    .jj h3 {
        margin-top: 20px;
        font-size: 18px;
        font-weight: 100;
        color: #d96007;
    }

.procon .tab .hover {
    color: #19468f;
}

.procon .tab li {
    width: 110px;
    text-align: center;
    line-height: 40px;
}

    .procon .tab li a:hover {
        color: #19468f;
    }

.procon .tab {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    height: 40px;
    margin-top: 30px;
}

    .procon .tab li {
        float: left;
    }

.right_storieslist {
    width: 800px;
    margin-top: 20px;
}

    .right_storieslist dt {
        text-align: center;
        width: 175px;
        font-size: 13px;
        float: left;
        padding-right: 23px;
        margin-bottom: 20px;
    }

        .right_storieslist dt a {
            color: #2e2e2e;
        }

            .right_storieslist dt a:hover {
                color: #d9251c;
            }

        .right_storieslist dt p {
            padding-top: 20px;
        }

.stories_img {
    height: 150px;
    width: 175px;
    overflow: hidden;
    position: relative;
    border: 1px solid #d3d3d3;
    padding: 2px;
}

    .stories_img img {
        height: 150px;
        width: 175px;
        overflow-x: hidden;
        overflow-y: hidden;
        position: relative;
        z-index: 1;
        transition-delay: 0s;
        transition-duration: 1s;
        transition-property: all;
        transition-timing-function: ease;
        /* Firefox 4 */
        -moz-transition-delay: 0s;
        -moz-transition-duration: 1s;
        -moz-transition-property: all;
        -moz-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -webkit-transition-delay: 0s;
        -webkit-transition-duration: 1s;
        -webkit-transition-property: all;
        -webkit-transition-timing-function: ease;
        /* Opera */
        -o-transition-delay: 0s;
        -o-transition-duration: 1s;
        -o-transition-property: all;
        -o-transition-timing-function: ease;
    }

    .stories_img:hover img {
        transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2); /* IE 9 */
        -moz-transform: scale(1.2, 1.2); /* Firefox */
        -webkit-transform: scale(1.2, 1.2); /* Safari 和 Chrome */
        -o-transform: scale(1.2, 1.2); /* Opera */
    }


.news_img {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 18px;
}

    .news_img dl {
        float: left;
        margin-right: 20px;
        margin-top: 20px;
    }

    .news_img img {
        width: 218px;
        height: 145px;
        border: 1px solid #d3d3d3;
        padding: 2px;
    }

    .news_img dl a {
        font-size: 15px;
        color: #2e2e2e;
    }

        .news_img dl a:hover {
            color: #d9251c;
        }

    .news_img dl p {
        line-height: 25px;
        font-size: 12px;
        width: 510px;
    }

.right_news {
    color: #464646;
    line-height:25px;
}

.news_title {
    text-align: center;
    font-size: 12px;
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d3d3d3;
    margin-bottom: 20px;
    color: #818181;
}

    .news_title h2 {
        font-weight: 100;
        font-size: 16px;
        color: #2e2e2e;
    }

.news_gd {
    margin-top: 30px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    height: 50px;
    line-height: 50px;
}

    .news_gd ul li {
        float: left;
        margin-right: 60px;
    }

.scroll_horizontal {
    position: relative;
    line-height: 20px;
    margin-top: 20px;
    width: 760px;
}

    .scroll_horizontal .box {
        overflow: hidden;
        position: relative;
        width: 750px;
    }

    .scroll_horizontal .list {
        overflow: hidden;
        width: 9999px;
    }

        .scroll_horizontal .list li {
            float: left;
            text-align: center;
            padding-right: 20px;
            width: 230px;
            height: 282px;
        }

            .scroll_horizontal .list li:hover a {
                border: 1px solid #d9251c;
            }

            .scroll_horizontal .list li a {
                display: block;
                width: 230px;
                height: 280px;
                border: 1px solid #d3d3d3;
            }

            .scroll_horizontal .list li img {
                width: 230px;
                height: 190px;
            }

            .scroll_horizontal .list li h3 {
                margin: 5px auto;
                font-size: 15px;
                width: 170px;
                font-weight: 100;
                line-height: 25px;
            }
